Class MerpayPrePaymentCheckOutput

Description

メルペイ支払い可否事前確認 出力パラメータクラス

Located in /com/gmo_pg/client/output/MerpayPrePaymentCheckOutput.php (line 11)

BaseOutput
   |
   --MerpayPrePaymentCheckOutput
Method Summary
 MerpayPrePaymentCheckOutput __construct ([IgnoreCaseMap $params = null])
 string getCheckResult ()
 string getSubscriptionId ()
 void setCheckResult (string $checkResult)
 void setSubscriptionId (string $subscriptionId)
 string toString ()
Methods
Constructor __construct (line 28)

コンストラクタ

  • access: public
MerpayPrePaymentCheckOutput __construct ([IgnoreCaseMap $params = null])

Redefinition of:
BaseOutput::__construct()
コンストラクタ
getCheckResult (line 53)

確認結果取得

  • return: 確認結果
  • access: public
string getCheckResult ()
getSubscriptionId (line 46)

サブスクリプションID取得

  • return: サブスクリプションID
  • access: public
string getSubscriptionId ()
setCheckResult (line 70)

確認結果設定

  • access: public
void setCheckResult (string $checkResult)
  • string $checkResult
setSubscriptionId (line 62)

サブスクリプションID設定

  • access: public
void setSubscriptionId (string $subscriptionId)
  • string $subscriptionId
toString (line 81)

文字列表現

現在の各パラメータを、パラメータ名=値&パラメータ名=値の形式で取得します。

  • return: 出力パラメータの文字列表現
  • access: public
string toString ()

Redefinition of:
BaseOutput::toString()
文字列表現

Inherited Methods

Inherited From BaseOutput

 BaseOutput::__construct()
 BaseOutput::encodeStr()
 BaseOutput::getCsvResponse()
 BaseOutput::getErrList()
 BaseOutput::isErrorOccurred()
 BaseOutput::nullToEmpty()
 BaseOutput::setCsvResponse()
 BaseOutput::setErrList()
 BaseOutput::toString()

Documentation generated on Thu, 18 Jan 2024 19:59:24 +0900 by phpDocumentor 1.4.3